ExecResult

data class ExecResult(command: String, returnCode: Int, stdout: String, stderr: String)

Functions

throwIfFailure
Link copied to clipboard
fun throwIfFailure(): ExecResult

Properties

returnCode
Link copied to clipboard
val returnCode: Int
stderr
Link copied to clipboard
val stderr: String
stdout
Link copied to clipboard
val stdout: String

Sources

js source
Link copied to clipboard